CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adaboost 检测

搜索资源列表

  1. haar

    0下载:
  2. HARR小波的VC实现源代码,能用于人脸检测与识别-HARR wavelet implementation of the VC source code, can be used for Human Face Detection and Recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:906778
    • 提供者:赵键
  1. FaceDetectionDlg

    0下载:
  2. 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detection will be very easy.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7391
    • 提供者:huzhanqi
  1. facedetect_harrcascade

    0下载:
  2. 基于adaboost的构造的cascade用于快速检测人脸,能够实时检测视频中的人脸。没有采用opencv的代码。-Adaboost based on the structure of the cascade for the rapid detection of human faces, real-time video can face. Did not use the code opencv.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529106
    • 提供者:wangdi
  1. Adaboost

    0下载:
  2. 几篇关于人脸检测和识别方面的文章 基于adaboost方法-A few on the face detection and identification methods Based on the adaboost
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2761310
    • 提供者:zt
  1. adaboost

    0下载:
  2. 人脸识别,基于MATLAB的一个人脸识别训练样本-recognition of face
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7360170
    • 提供者:tom
  1. train_v2

    0下载:
  2. 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1250
    • 提供者:阿灿
  1. ABdemo

    1下载:
  2. 下载别人的基于 AdaBoost 人脸检测源代码 供大家一起学习-Download others AdaBoost-based face detection source code for everyone to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8299
    • 提供者:hyf
  1. Rapidobjectdetection

    0下载:
  2. 详细介绍了基于adaboost的人脸检测算法,是adaboost用于图像检测的经典文档-Details of the adaboost based on face detection algorithm is used for image detection adaboost classic document
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:837712
    • 提供者:wjj
  1. A-FaceDetection-Based-on-Frontal-InverseAdaboostAl

    0下载:
  2. 人脸的检测和跟踪对于自由立体显示非常重要。本文采用连续Adaboost算法学习出一种瀑布型的人脸检测器,同时 针对adaboost算法误检率比较高的弊病,提出了一种正反Adaboost检测的思想,最后通过利用已有积分图以及最小值滤波,完成 了对人眼的识别操作。实验结果表明,算法对现有adaboost算法精度上的改进令人满意,基本能满足自由立体显示的需要。 -Accuratelylocatingandtrackingthepositionoftheusefsfaceisimop rta
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:190715
    • 提供者:coco_220
  1. detection3

    0下载:
  2. 在AdaBoost人脸检测的基础上,对眼睛实现精确定位。先得到人脸图像的谷区域图像, 再获取眼睛的候选点,综合分离度信息和霍夫变换的结果来计算每一个眼睛对的代价函数,找到比较 准确的眼睛位置。-In the AdaBoost face detection based on the accurate positioning of the eyes. Obtain prior approval from the image of the Valley area face images,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:510089
    • 提供者:张正荣
  1. TrainingAdaboost

    0下载:
  2. adaboost 的训练程序,结合OPENCV的训练,可用于各种图形的检测-training adaboost class, also use opencv training example, you can training your own objects for detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:12136
    • 提供者:tuzhiguo
  1. PedestrianDetectionMethodBasedonAdaboostAlgorithm.

    0下载:
  2. Adaboost算法简单可靠、学习精度高的特点,提出一种基于Adaboost算法的行人实时检测方法的论文。-Adaboost algorithm is simple, reliable, high precision, the characteristics of study proposed, based on Adaboost algorithm for real-time detection method of pedestrian papers.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:203365
    • 提供者:songsong
  1. facedetect

    0下载:
  2. 基于opendv库,在新的颜色空间中进行肤色校正的Adaboost人脸检测。-On opendv library, in the new color space for color correction of Adaboost face detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2567284
    • 提供者:宋兵
  1. FaceDetectorOtherversion

    3下载:
  2. 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写。-Using adaboost face detection algorithm is used to achieve a faster face recognition. Using the MATLAB language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-06
    • 文件大小:786386
    • 提供者:sysun
  1. AdaboostHumanDetection

    0下载:
  2. Adaboost算法的行人检测,这是一篇硕士学位论文-Adaboost algorithm of pedestrian detection, which is a master' s degree thesis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5785160
    • 提供者:jencolTang
  1. AdaboostFr

    0下载:
  2. ADABOOST用于人脸检测的训练和分类程序改进,速度更快。-FOR FACE DETECTION FEATURE EXTRACTION AND CLASSIFICATION WITH QUICKER SPEED
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:30942
    • 提供者:郭博
  1. test2

    0下载:
  2. 基于haarlike特征,采用adaboost分类器的人脸检测系统-face detec
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3502649
    • 提供者:yueliting
  1. FaceDetector

    0下载:
  2. 这是一个基于adaboost的人脸检测算法的matlab实现过程,希望对需要的朋友有帮助。-This is a adaboost of face detection based algorithm matlab implementation process, hope to help a friend in need.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:114690
    • 提供者:刘勇森
  1. SVM_FACE

    0下载:
  2. 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:649650
    • 提供者:郭事业
  1. Facedetectinalgorithm

    1下载:
  2. 人脸检测算法,其检测率高,效果优越,可与adaboost算法相媲美。-Face detection algorithm, the detection rate, excellent results can be comparable with adaboost algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1219584
    • 提供者:凌少
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com